Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / PdfArray Constructor / PdfArray Constructor(IReadOnlyList<Quadrilateral>)

In This Topic
    PdfArray Constructor(IReadOnlyList<Quadrilateral>)
    In This Topic
    Initializes a new instance of the PdfArray class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Collections.Generic.IReadOnlyList(Of Quadrilateral) _
    )
    public PdfArray( 
       System.Collections.Generic.IReadOnlyList<Quadrilateral> value
    )

    Parameters

    value
    See Also